
 An attempt to avoid pen allocations for icons
 in the WBStartup drawer when the system boots.

 The 2 commands ColorIconsOff and ColorIconsOn
 should be started as the first and the last
 programs in the WBStartup drawer, if possible.
 You can do that with the tooltype "STARTPRI",
 which has been set to 127 and -127 by default.

 They are doing the same as the WB-Prefs switch
 "NoColorIcons", without using <IPrefs> for it.

 Both commands are for an icon.library v44+ and
 in the best case on an RTG system with OS4 or
 PNG icons you may get much more free pens, but
 at least the colors of the screen palette are
 not defined by not drawn icons from WBStartup.
 Hence your applications may get better colors.
 This is just an experiment and I get 205 free
 pens now after booting up instead of only 95.
 If nothing gets better, then don't install it.  

 Installation: Copy BOTH programs to WBStartup!
 
 In case you have tools in WBStartup that don't
 work correctly with this "NoColorIcons" config
 then you could try to launch your tool before
 ColorIconsOff starts or after ColorIconsOn by
 adjusting your "STARTPRI" values a little bit.

 A minimal WBStartup code is implemented now,
 thus you won't need the "CLI" tooltype and the
 "DONOTPROMPT" anymore. "DONOTWAIT" is optional
 since these 2 commands should return quickly.
